container: Use gtk_container_forall less
authorTimm Bäder <mail@baedert.org>
Mon, 24 Apr 2017 16:12:03 +0000 (18:12 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 25 Apr 2017 18:30:37 +0000 (20:30 +0200)
commit0938183ae689f18ce9432b2878b82be75917d9eb
tree5966127af8cf92651ea05098d0ff5051fc9a13d8
parent927f2f5c064fbdb3d14f97450ba1a3737c18945c
container: Use gtk_container_forall less

Just iterate over the child widgets directly and produce a much nicer
stack trace when debugging.
gtk/gtkcontainer.c